home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00042.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  259 b   |  15 lines

  1. on enterFrame
  2.   global gmovie, clip2, goshow
  3.   set goshow to 1
  4.   set gmovie to clip2
  5.   set the castNum of sprite 27 to gmovie
  6.   updateStage()
  7.   movieLength()
  8.   set the movieRate of sprite 27 to 1
  9. end
  10.  
  11. on exitFrame
  12.   global clipLength, fixpal
  13.   patchpal()
  14. end
  15.